Component org.nuxeo.ecm.webengine.sites.ecm.types
In bundle org.nuxeo.ecm.platform.webengine.sites
Contributions
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.ecm.webengine.sites.ecm.types">
<extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
<type id="Comment">
<icon>/icons/forum_post.gif</icon>
<label>label.document.post</label>
<bigIcon>/icons/forum_100.png</bigIcon>
<description>Comment.description</description>
<category>SimpleDocument</category>
</type>
<type id="WebSite">
<label>WebSite</label>
<icon>/icons/website.png</icon>
<bigIcon>/icons/website_100.png</bigIcon>
<icon-expanded>/icons/website.png</icon-expanded>
<category>Collaborative</category>
<description>WebSite.description</description>
<default-view>view_documents</default-view>
<subtypes>
<type>WebPage</type>
<type>ContextualLink</type>
</subtypes>
<layouts mode="any">
<layout>webcontainer</layout>
</layouts>
<layouts mode="edit">
<layout>webcontainer</layout>
<layout>dublincore</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="WebPage">
<label>WebPage</label>
<icon>/icons/webpage.png</icon>
<bigIcon>/icons/webpage_100.png</bigIcon>
<icon-expanded>/icons/webpage.png</icon-expanded>
<category>SimpleDocument</category>
<description>WebPage.description</description>
<default-view>view_documents</default-view>
<subtypes>
<type>WebPage</type>
<type>ContextualLink</type>
</subtypes>
<layouts mode="any">
<layout>heading</layout>
<layout>webpage</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>webpage</layout>
<layout>dublincore</layout>
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="ContextualLink">
<label>ContextualLink</label>
<icon>/icons/contextuallink.png</icon>
<bigIcon>/icons/contextuallink_100.png</bigIcon>
<description>ContextualLink.description</description>
<category>SimpleDocument</category>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>heading</layout>
<layout>contextualLink</layout>
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>contextualLink</layout>
<layout>dublincore</layout>
</layouts>
<layouts mode="view">
<layout>contextualLink</layout>
</layouts>
</type>
<type id="Workspace">
<subtypes>
<type>WebSite</type>
</subtypes>
</type>
<type id="Folder">
<subtypes>
<type>WebSite</type>
</subtypes>
</type>
<type id="OrderedFolder">
<subtypes>
<type>WebSite</type>
</subtypes>
</type>
</extension>
<extension target="org.nuxeo.ecm.core.lifecycle.LifeCycleService"
point="types">
<types>
<type name="WebSite">default</type>
<type name="WebPage">default</type>
<type name="ContextualLink">default</type>
</types>
</extension>
</component>